Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extensions should override codestart data for dependencies #20892

Merged
merged 1 commit into from
Nov 15, 2021

Conversation

ia3andy
Copy link
Contributor

@ia3andy ia3andy commented Oct 20, 2021

The extension may contain the version to use.

@ia3andy ia3andy requested a review from aloubyansky October 20, 2021 08:15
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 20, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 4c5a0af

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: independent-projects/tools/devtools-testing 
! Skipped: devtools/cli devtools/gradle/gradle-application-plugin devtools/gradle/gradle-model and 5 more

📦 independent-projects/tools/devtools-testing

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartGenerationTest.generateMavenWithCustomDep(TestInfo) line 96 - More details - Source on GitHub

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to udpate it automatically): QuarkusCodestartGenerationTest/generateMavenWithCustomDep/pom.xml] 
Path:

⚙️ JVM Tests - JDK 11 Windows #

- Failing: independent-projects/tools/devtools-testing 
! Skipped: devtools/cli devtools/gradle/gradle-application-plugin devtools/gradle/gradle-model and 5 more

📦 independent-projects/tools/devtools-testing

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartGenerationTest.generateMavenWithCustomDep(TestInfo) line 96 - More details - Source on GitHub

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to udpate it automatically): QuarkusCodestartGenerationTest/generateMavenWithCustomDep/pom.xml] 
Path:

⚙️ JVM Tests - JDK 17 #

- Failing: independent-projects/tools/devtools-testing 
! Skipped: devtools/cli devtools/gradle/gradle-application-plugin devtools/gradle/gradle-model and 5 more

📦 independent-projects/tools/devtools-testing

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartGenerationTest.generateMavenWithCustomDep(TestInfo) line 96 - More details - Source on GitHub

java.lang.AssertionError: 
[Snapshot is not matching (use -Dsnap to udpate it automatically): QuarkusCodestartGenerationTest/generateMavenWithCustomDep/pom.xml] 
Path:

@geoand
Copy link
Contributor

geoand commented Oct 21, 2021

CI failures seem related

@ia3andy ia3andy changed the title Extensions should override codestart data for dependencies (wip) Extensions should override codestart data for dependencies Oct 21, 2021
@quarkus-bot quarkus-bot bot added area/codestarts area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform labels Oct 21, 2021
@ia3andy
Copy link
Contributor Author

ia3andy commented Nov 3, 2021

Oups I forgot about that one, I need to have a look

@gsmet
Copy link
Member

gsmet commented Nov 11, 2021

@ia3andy I don't know how critical this is?

@ia3andy
Copy link
Contributor Author

ia3andy commented Nov 12, 2021

I will have a look on monday..

@ia3andy ia3andy force-pushed the extensions-overrides-data branch from 4c5a0af to ee572e7 Compare November 15, 2021 15:16
@ia3andy ia3andy changed the title (wip) Extensions should override codestart data for dependencies Extensions should override codestart data for dependencies Nov 15, 2021
@ia3andy
Copy link
Contributor Author

ia3andy commented Nov 15, 2021

Fixed

@quarkus-bot
Copy link

quarkus-bot bot commented Nov 15, 2021

Failing Jobs - Building ee572e7

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs
Native Tests - Windows - hibernate-validator Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/reactive-pg-client/deployment extensions/smallrye-reactive-messaging-kafka/deployment 
! Skipped: docs extensions/hibernate-reactive/deployment extensions/panache/hibernate-reactive-panache-common/deployment and 13 more

📦 extensions/reactive-pg-client/deployment

Failed to execute goal io.fabric8:docker-maven-plugin:0.38.0:start (docker-start) on project quarkus-reactive-pg-client-deployment: I/O Error

📦 extensions/smallrye-reactive-messaging-kafka/deployment

io.quarkus.smallrye.reactivemessaging.kafka.deployment.dev.KafkaDevServicesDevModeTestCase.sseStream - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.apicurio.registry.avro.DevServicesApicurioRegistryProcessor#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://registry-1.docker.io/v2/testcontainers/ryuk/manifests/0.3.3\": unknown: unable to scan account service account row from query: context deadline exceeded"}

io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingTestCase.testContinuousTestingScenario1 - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.apicurio.registry.avro.DevServicesApicurioRegistryProcessor#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://registry-1.docker.io/v2/testcontainers/ryuk/manifests/0.3.3\": unknown: unable to scan account service account row from query: context deadline exceeded"}

io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingTestCase.testContinuousTestingScenario2 - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.apicurio.registry.avro.DevServicesApicurioRegistryProcessor#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://registry-1.docker.io/v2/testcontainers/ryuk/manifests/0.3.3\": unknown: unable to scan account service account row from query: context deadline exceeded"}

io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingWorkingAppPropsTestCase.testContinuousTestingScenario3 - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.apicurio.registry.avro.DevServicesApicurioRegistryProcessor#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"Head \"https://registry-1.docker.io/v2/testcontainers/ryuk/manifests/0.3.3\": unknown: unable to scan account service account row from query: context deadline exceeded"}

⚙️ JVM Tests - JDK 17 #

- Failing: extensions/reactive-mysql-client/deployment extensions/redis-client/deployment 
! Skipped: docs integration-tests/hibernate-reactive-mysql integration-tests/reactive-mysql-client and 2 more

📦 extensions/reactive-mysql-client/deployment

Failed to execute goal io.fabric8:docker-maven-plugin:0.38.0:start (docker-start) on project quarkus-reactive-mysql-client-deployment: I/O Error

📦 extensions/redis-client/deployment

Failed to execute goal io.fabric8:docker-maven-plugin:0.38.0:start (docker-start) on project quarkus-redis-client-deployment: I/O Error


⚙️ Native Tests - Windows - hibernate-validator #

- Failing: integration-tests/hibernate-validator 

📦 integration-tests/hibernate-validator

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-validator: Failed to build quarkus application

@ia3andy ia3andy merged commit 971117e into quarkusio:main Nov 15, 2021
@ia3andy ia3andy deleted the extensions-overrides-data branch November 15, 2021 21:23
@quarkus-bot quarkus-bot bot added this to the 2.6 - main milestone Nov 15, 2021
@gsmet gsmet modified the milestones: 2.6 - main, 2.5.0.Final Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/codestarts area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants